Software Engineering MoC

table 
	dateformat(file.mtime,"yy/MM/dd:HH:mm") as Modified,
	dateformat(file.ctime,"yy/MM/dd:HH:mm") as Created
from #Software-Engineering and "Notes"
where !contains(related, [[Obsidian]])
sort file.mtime DESC
limit 10